table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid black;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2; border: 1px solid black;}

th {
  background-color: #04AA6D;
  color: white;
}

